home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypercrd / xcmds / dvlprstc.hqx / Developer Stack 1.3r / card_35797.txt < prev    next >
Encoding:
Text File  |  1991-04-30  |  1.0 KB  |  58 lines

  1. -- card: 35797 from stack: in.3r
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2612
  5. -- name: Ejector
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: A004
  11. -- rect: left=202 top=234 right=283 bottom=265
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 27056 / 27056
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Try it...
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   Answer "Which drive do you want to eject?" with "1" or "2" or "Cancel"
  23.   if it is "1" then ejector 1
  24.   else if it is "2" then ejector 2
  25. end mouseUp
  26.  
  27.  
  28.  
  29. -- part contents for background part 13
  30. ----- text -----
  31. 36
  32.  
  33. -- part contents for background part 2
  34. ----- text -----
  35. Ejector
  36.  
  37. -- part contents for background part 3
  38. ----- text -----
  39.  
  40. Ejects floppy disks.
  41.  
  42.  
  43. Jim Spencer
  44. 1280 Westminster Street #302
  45. St. Paul, MN  55101
  46.  
  47. GEnie: JPSPENCER
  48.  
  49. -- part contents for background part 30
  50. ----- text -----
  51. XCMD
  52.  
  53. -- part contents for background part 10
  54. ----- text -----
  55. Syntax:
  56.  
  57.   Ejector <drive #>
  58.